home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TSONGINFO / TSONGINFO.txt
Text File  |  2000-08-10  |  3KB  |  180 lines

  1. object songinfo: Tsonginfo
  2.   Left = 527
  3.   Top = 297
  4.   ActiveControl = OkBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsSingle
  7.   Caption = 'Song info'
  8.   ClientHeight = 247
  9.   ClientWidth = 296
  10.   Color = 4874571
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWhite
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Shape4: TShape
  21.     Left = 7
  22.     Top = 152
  23.     Width = 282
  24.     Height = 25
  25.     Brush.Color = 11255468
  26.   end
  27.   object Shape3: TShape
  28.     Left = 7
  29.     Top = 184
  30.     Width = 282
  31.     Height = 25
  32.     Brush.Color = 11255468
  33.   end
  34.   object Shape1: TShape
  35.     Left = 7
  36.     Top = 8
  37.     Width = 282
  38.     Height = 65
  39.     Brush.Color = 11255468
  40.   end
  41.   object Label1: TLabel
  42.     Left = 16
  43.     Top = 18
  44.     Width = 44
  45.     Height = 14
  46.     Caption = 'Song title'
  47.     Color = 11255468
  48.     ParentColor = False
  49.   end
  50.   object Label2: TLabel
  51.     Left = 16
  52.     Top = 46
  53.     Width = 33
  54.     Height = 14
  55.     Caption = 'Author'
  56.     Color = 11255468
  57.     ParentColor = False
  58.   end
  59.   object Shape2: TShape
  60.     Left = 7
  61.     Top = 80
  62.     Width = 282
  63.     Height = 65
  64.     Brush.Color = 11255468
  65.   end
  66.   object Label3: TLabel
  67.     Left = 14
  68.     Top = 190
  69.     Width = 46
  70.     Height = 14
  71.     Caption = 'Webpage'
  72.     Color = 11255468
  73.     ParentColor = False
  74.     Transparent = True
  75.   end
  76.   object Label4: TLabel
  77.     Left = 14
  78.     Top = 158
  79.     Width = 24
  80.     Height = 14
  81.     Caption = 'Tribe'
  82.     Color = 11255468
  83.     ParentColor = False
  84.     Transparent = True
  85.   end
  86.   object eSongTitle: TEdit
  87.     Left = 80
  88.     Top = 14
  89.     Width = 201
  90.     Height = 22
  91.     Color = 11255468
  92.     Font.Charset = DEFAULT_CHARSET
  93.     Font.Color = clBlack
  94.     Font.Height = -11
  95.     Font.Name = 'Arial'
  96.     Font.Style = [fsBold]
  97.     ParentFont = False
  98.     TabOrder = 0
  99.     Text = '...'
  100.   end
  101.   object eAuthor: TEdit
  102.     Left = 80
  103.     Top = 43
  104.     Width = 201
  105.     Height = 22
  106.     Color = 11255468
  107.     Font.Charset = DEFAULT_CHARSET
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'Arial'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 1
  114.     Text = '...'
  115.   end
  116.   object OkBtn: TButton
  117.     Left = 106
  118.     Top = 216
  119.     Width = 89
  120.     Height = 25
  121.     Cancel = True
  122.     Caption = 'Ok'
  123.     Default = True
  124.     ModalResult = 1
  125.     TabOrder = 2
  126.   end
  127.   object eInfo: TMemo
  128.     Left = 15
  129.     Top = 88
  130.     Width = 265
  131.     Height = 49
  132.     BorderStyle = bsNone
  133.     Color = 11255468
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'Arial'
  138.     Font.Style = []
  139.     Lines.Strings = (
  140.       '...')
  141.     MaxLength = 255
  142.     ParentFont = False
  143.     ScrollBars = ssVertical
  144.     TabOrder = 3
  145.   end
  146.   object eURL: TEdit
  147.     Left = 72
  148.     Top = 190
  149.     Width = 209
  150.     Height = 17
  151.     BorderStyle = bsNone
  152.     Color = 11255468
  153.     Font.Charset = DEFAULT_CHARSET
  154.     Font.Color = 4470913
  155.     Font.Height = -11
  156.     Font.Name = 'Arial'
  157.     Font.Style = [fsBold, fsUnderline]
  158.     ParentFont = False
  159.     TabOrder = 4
  160.     Text = '...'
  161.     OnClick = eURLClick
  162.   end
  163.   object eTribe: TEdit
  164.     Left = 72
  165.     Top = 158
  166.     Width = 209
  167.     Height = 17
  168.     BorderStyle = bsNone
  169.     Color = 11255468
  170.     Font.Charset = DEFAULT_CHARSET
  171.     Font.Color = clBlack
  172.     Font.Height = -11
  173.     Font.Name = 'Arial'
  174.     Font.Style = []
  175.     ParentFont = False
  176.     TabOrder = 5
  177.     Text = '...'
  178.   end
  179. end
  180.